home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / Script_Commands / Wait < prev   
Encoding:
Text File  |  1993-08-08  |  670 b   |  29 lines

  1. Command Name : Wait
  2.  
  3. Function : Wait <n> seconds/minutes
  4.  
  5. Arguments : [<n>] [SECS] [MINS] [UNTIL <time>]
  6.  
  7. Location : C directory
  8.  
  9. Wait will make the computer halt execution of all commands in the current
  10. script for a certain time.  If your script makes your disk drive grind,
  11. put a wait in between problem commands.  A Wait 3 is usually enough (if no
  12. timescale is specified seconds are assumed).  If you enter Wait UNTIL then a
  13. time, execution is halted till that time.  SO Wait UNTIL 18:00 will wait 
  14. until 6pm next comes up.  Don't try it at 18:01!
  15.  
  16. Examples
  17.  
  18. Wait 5 SECS
  19.  
  20.     Wait for 5 seconds
  21.  
  22. Wait 10 MINS
  23.  
  24.     Wait for 10 minutes
  25.  
  26. Wait UNTIL 3:00
  27.  
  28.     Wait until 3:00 am!
  29.